| ... | ... | |
|---|
| 47 | 47 | 아래 과정은 [[the tree/설치 방법]] 또는 [[the tree/위키 구축]] 과 비슷할수도 있으니 참고바란다. |
|---|
| 48 | 48 | |
|---|
| 49 | 49 | 더트리 clone |
|---|
| 50 | | {{{ |
|---|
| 51 | | git clone https://github.com/wjdgustn/thetree --recurse-submodules |
|---|
| 50 | {{{git clone https://github.com/wjdgustn/thetree --recurse-submodules |
|---|
|
| 52 | 51 | cd thetree}}} |
|---|
| 53 | 52 | 이후 nano 등 편집기를 이용해서 .env[* Android 는 1000번 이하 포트를 열지 못하게 하기 때문에 80 443 등의 포트가 아닌 8080, 8443 등으로 바꾸기를 추천한다.], publicConfig.json, stringConfig.json, serverConfig.json, devConfig.json 을 채워넣는다. |
|---|
| 54 | 53 | |
|---|
| 55 | 54 | node.js 모듈 설치 |
|---|
| 56 | | {{{ |
|---|
| 57 | | npm i}}} |
|---|
| 55 | {{{npm i |
|---|
| 56 | }}} |
|---|
| 58 | 57 | meilisearch 설치 |
|---|
| 59 | | {{{ |
|---|
| 60 | | curl -L https://install.meilisearch.com | sh}}} |
|---|
| 58 | {{{curl -L https://install.meilisearch.com | sh |
|---|
| 59 | }}} |
|---|
| 61 | 60 | |
|---|